<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.comment.service.notification.override">

  <require>org.nuxeo.ecm.platform.comment.service.notification</require>

  <documentation>

    The TreeCommentManager handles subscription to comment events on documents based on this parameter.
    If true, document author will be subscribed to comment notifications on his document on the first comment.
    The comment author will also be subscribed to comment notifications if it is his first comment on the document.

    @author Nour AL KOTOB (nalkotob@nuxeo.com)
  

  </documentation>
  <extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">
    <property name="org.nuxeo.ecm.platform.comment.service.notification.autosubscribe">true</property>
  </extension>

</component>
